﻿2026-06-19T05:18:44.3383870Z ##[group]Run actions/checkout@v5
2026-06-19T05:18:44.3384635Z with:
2026-06-19T05:18:44.3385012Z   repository: SaberMage/spt-core
2026-06-19T05:18:44.3388495Z   token: ***
2026-06-19T05:18:44.3388834Z   ssh-strict: true
2026-06-19T05:18:44.3389324Z   ssh-user: git
2026-06-19T05:18:44.3389694Z   persist-credentials: true
2026-06-19T05:18:44.3390088Z   clean: true
2026-06-19T05:18:44.3390452Z   sparse-checkout-cone-mode: true
2026-06-19T05:18:44.3390875Z   fetch-depth: 1
2026-06-19T05:18:44.3391232Z   fetch-tags: false
2026-06-19T05:18:44.3391604Z   show-progress: true
2026-06-19T05:18:44.3391962Z   lfs: false
2026-06-19T05:18:44.3392297Z   submodules: false
2026-06-19T05:18:44.3392667Z   set-safe-directory: true
2026-06-19T05:18:44.3393258Z ##[endgroup]
2026-06-19T05:18:44.4163380Z Syncing repository: SaberMage/spt-core
2026-06-19T05:18:44.4164850Z ##[group]Getting Git version info
2026-06-19T05:18:44.4165541Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-19T05:18:44.4166452Z [command]/usr/bin/git version
2026-06-19T05:18:44.4166862Z git version 2.43.0
2026-06-19T05:18:44.4180553Z ##[endgroup]
2026-06-19T05:18:44.4186751Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8fd7cb26-6389-407e-a1b1-fc3c8491a598' before making global git config changes
2026-06-19T05:18:44.4187874Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T05:18:44.4190507Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T05:18:44.4222644Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-19T05:18:44.4241093Z https://github.com/SaberMage/spt-core
2026-06-19T05:18:44.4250900Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T05:18:44.4253486Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T05:18:44.4271100Z refs/heads/main
2026-06-19T05:18:44.4276912Z [command]/usr/bin/git checkout --detach
2026-06-19T05:18:44.4319613Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:18:44.4351008Z [command]/usr/bin/git branch --delete --force main
2026-06-19T05:18:44.4378881Z Deleted branch main (was 6473fe74).
2026-06-19T05:18:44.4419872Z ##[endgroup]
2026-06-19T05:18:44.4422357Z [command]/usr/bin/git submodule status
2026-06-19T05:18:44.4607841Z ##[group]Cleaning the repository
2026-06-19T05:18:44.4608428Z [command]/usr/bin/git clean -ffdx
2026-06-19T05:18:45.2222961Z Removing target/
2026-06-19T05:18:45.2231333Z [command]/usr/bin/git reset --hard HEAD
2026-06-19T05:18:45.2280886Z HEAD is now at 6473fe74 release: v0.12.1 — real-harness lifecycle fixes + CLI polish
2026-06-19T05:18:45.2286313Z ##[endgroup]
2026-06-19T05:18:45.2287808Z ##[group]Disabling automatic garbage collection
2026-06-19T05:18:45.2293336Z [command]/usr/bin/git config --local gc.auto 0
2026-06-19T05:18:45.2318601Z ##[endgroup]
2026-06-19T05:18:45.2319888Z ##[group]Setting up auth
2026-06-19T05:18:45.2323852Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T05:18:45.2348430Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T05:18:45.2589735Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T05:18:45.2616392Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T05:18:45.2802373Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T05:18:45.2829403Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T05:18:45.3017933Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-19T05:18:45.3047516Z ##[endgroup]
2026-06-19T05:18:45.3049168Z ##[group]Fetching the repository
2026-06-19T05:18:45.3055944Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6473fe7485097ed899e77bfa4f71e9a2707cd554:refs/remotes/origin/main
2026-06-19T05:18:45.7636507Z ##[endgroup]
2026-06-19T05:18:45.7637371Z ##[group]Determining the checkout info
2026-06-19T05:18:45.7638034Z ##[endgroup]
2026-06-19T05:18:45.7641281Z [command]/usr/bin/git sparse-checkout disable
2026-06-19T05:18:45.7712287Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-19T05:18:45.7736651Z ##[group]Checking out the ref
2026-06-19T05:18:45.7739399Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-19T05:18:45.7786776Z Switched to a new branch 'main'
2026-06-19T05:18:45.7787366Z branch 'main' set up to track 'origin/main'.
2026-06-19T05:18:45.7791618Z ##[endgroup]
2026-06-19T05:18:45.7822966Z [command]/usr/bin/git log -1 --format=%H
2026-06-19T05:18:45.7844371Z 6473fe7485097ed899e77bfa4f71e9a2707cd554
